-
-
Notifications
You must be signed in to change notification settings - Fork 804
feat: add C ndarray
API and refactor blas/ext/base/dnansumors
#3001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lib/node_modules/@stdlib/blas/ext/base/dnansumors/lib/ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dnansumors/lib/ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dnansumors/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/blas/ext/base/dnansumors/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
@headlessNode Do you know the reason for the lint failure on CI? |
@kgryte I tried to find it in this PR but didn't find anything in the |
@headlessNode @kgryte To me, it looks like the C lint failures are due to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some additional updates, some of which may have been missed in previous reviews. LGTM. Thanks, @headlessNode!
@Planeshifter Upgrading cppcheck seems to have caused other build failures when linting C files. The failing build does not appear to be due to changes in this PR. As such, I will go ahead and merge. |
PR-URL: stdlib-js#3001 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
PR-URL: stdlib-js#3001 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Resolves none.
Description
This pull request:
ndarray
API and refactor/cleanupblas/ext/base/dnansumors
Related Issues
No.
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers